Html Css Color HEX #FFC1A4 Romantic

📋 copy color: '#FFC1A4'

red 255 ◦ green 193 ◦ blue 164

#FFC1A4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Romantic #FFC1A4

Tints of Romantic #FFC1A4

RGB

 RED value IS 255 (100% from 255) = 41.67%

 GREEN value IS 193 (75.78% from 255) = 31.54%

 BLUE value IS 164 (64.45% from 255) = 26.8%

R = 41.67%
G = 31.54%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.36

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FFC1A4 (or 0xFFC1A4) is known color: Romantic. HEX triplet: FF, C1 and A4. RGB value is (255,193,164). Sum of RGB (Red+Green+Blue) = 255+193+164=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 193 (75.78% from 255 or 31.54% from 612); Blue value is 164 (64.45% from 255 or 26.80% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC1A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC1A4 is #003E5B. Grayscale: #D0D0D0. Windows color (decimal): -15964 or 10797567. OLE color: 10797567.

HSL color Cylindrical-coordinate representation of color #FFC1A4: hue angle of 19.12º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFC1A4 is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.

Color convert

RGB 255 193 164 -
CMYK 0 0.24 0.36 0
HSL 19.12º 1% 0.82% -
HSV(B) 19.12º 0.36% 1% -
XYZ 67.01 62.08 43.57 -
YUV 208.23 103.04 161.36 -
System Red Green Blue C M Y K H S L
Decimal 255 193 164 0 0.24 0.36 0 19.12 1 0.82
Hex FF C1 A4 0 18 24 0 13 64 52
Octal 377 301 244 0 30 44 0 23 144 122
Binary 11111111 11000001 10100100 0 11000 100100 0 10011 1100100 1010010

Color Harmonies of #FFC1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC1A4

Black with #FFC1A4

Text Example


Text Example

White with #FFC1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC1A4; }

 p { color: rgb(255,193,164); }

 H1.HeaderClassName
 {
   color: #FFC1A4;
 }
 .AnyTagClassName
 {
   color: #FFC1A4;
 }
</style>

background-color css

<style>
 a { background-color: #FFC1A4; }

 a { background-color: rgb(255,193,164); }

 div.DivClassName
 {
   background-color: #FFC1A4;
 }
 .BgClassName
 {
   background-color: #FFC1A4;
 }
</style>

border-color css

<style>
 span { border-color: #FFC1A4; }

 span { border-color: rgb(255,193,164); }

 td.TdClassName
 {
   border-color: #FFC1A4;
 }
 .TagClassName
 {
   border-color: #FFC1A4;
 }
</style>