Html Css Color HEX #F6CFEB Classic Rose

📋 copy color: '#F6CFEB'

red 246 ◦ green 207 ◦ blue 235

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

Shades of Classic Rose #F6CFEB

Tints of Classic Rose #F6CFEB

RGB

 RED value IS 246 (96.48% from 255) = 35.76%

 GREEN value IS 207 (81.25% from 255) = 30.09%

 BLUE value IS 235 (92.19% from 255) = 34.16%

R = 35.76%
G = 30.09%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#F6CFEB (or 0xF6CFEB) is known color: Classic Rose. HEX triplet: F6, CF and EB. RGB value is (246,207,235). Sum of RGB (Red+Green+Blue) = 246+207+235=688 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.76% from 688); Green value is 207 (81.25% from 255 or 30.09% from 688); Blue value is 235 (92.19% from 255 or 34.16% from 688); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6CFEB is #093014. Grayscale: #DDDDDD. Windows color (decimal): -602133 or 15454198. OLE color: 15454198.

HSL color Cylindrical-coordinate representation of color #F6CFEB: hue angle of 316.92º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #F6CFEB is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 207 235 -
CMYK 0 0.16 0.04 0.04
HSL 316.92º 0.68% 0.89% -
HSV(B) 316.92º 0.16% 0.96% -
XYZ 75.31 70.22 88.18 -
YUV 221.85 135.42 145.22 -
System Red Green Blue C M Y K H S L
Decimal 246 207 235 0 0.16 0.04 0.04 316.92 0.68 0.89
Hex F6 CF EB 0 10 4 4 13D 44 59
Octal 366 317 353 0 20 4 4 475 104 131
Binary 11110110 11001111 11101011 0 10000 100 100 100111101 1000100 1011001

Color Harmonies of #F6CFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6CFEB

Black with #F6CFEB

Text Example


Text Example

White with #F6CFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6CFEB; }

 p { color: rgb(246,207,235); }

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

background-color css

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

 a { background-color: rgb(246,207,235); }

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

border-color css

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

 span { border-color: rgb(246,207,235); }

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