Html Css Color HEX #F1CBC2 Coral Candy

📋 copy color: '#F1CBC2'

red 241 ◦ green 203 ◦ blue 194

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

Shades of Coral Candy #F1CBC2

Tints of Coral Candy #F1CBC2

RGB

 RED value IS 241 (94.53% from 255) = 37.77%

 GREEN value IS 203 (79.69% from 255) = 31.82%

 BLUE value IS 194 (76.17% from 255) = 30.41%

R = 37.77%
G = 31.82%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F1CBC2 (or 0xF1CBC2) is known color: Coral Candy. HEX triplet: F1, CB and C2. RGB value is (241,203,194). Sum of RGB (Red+Green+Blue) = 241+203+194=638 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.77% from 638); Green value is 203 (79.69% from 255 or 31.82% from 638); Blue value is 194 (76.17% from 255 or 30.41% from 638); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CBC2 is #0E343D. Grayscale: #D5D5D5. Windows color (decimal): -930878 or 12766193. OLE color: 12766193.

HSL color Cylindrical-coordinate representation of color #F1CBC2: hue angle of 11.49º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F1CBC2 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 203 194 -
CMYK 0 0.16 0.20 0.05
HSL 11.49º 0.63% 0.85% -
HSV(B) 11.49º 0.2% 0.95% -
XYZ 67.37 65.31 60.09 -
YUV 213.34 117.09 147.73 -
System Red Green Blue C M Y K H S L
Decimal 241 203 194 0 0.16 0.20 0.05 11.49 0.63 0.85
Hex F1 CB C2 0 10 14 5 B 3F 55
Octal 361 313 302 0 20 24 5 13 77 125
Binary 11110001 11001011 11000010 0 10000 10100 101 1011 111111 1010101

Color Harmonies of #F1CBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1CBC2

Black with #F1CBC2

Text Example


Text Example

White with #F1CBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1CBC2; }

 p { color: rgb(241,203,194); }

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

background-color css

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

 a { background-color: rgb(241,203,194); }

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

border-color css

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

 span { border-color: rgb(241,203,194); }

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