Html Css Color HEX #F3CFE2 Classic Rose

📋 copy color: '#F3CFE2'

red 243 ◦ green 207 ◦ blue 226

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

Shades of Classic Rose #F3CFE2

Tints of Classic Rose #F3CFE2

RGB

 RED value IS 243 (95.31% from 255) = 35.95%

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

 BLUE value IS 226 (88.67% from 255) = 33.43%

R = 35.95%
G = 30.62%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#F3CFE2 (or 0xF3CFE2) is known color: Classic Rose. HEX triplet: F3, CF and E2. RGB value is (243,207,226). Sum of RGB (Red+Green+Blue) = 243+207+226=676 (89% of max value = 765). Red value is 243 (95.31% from 255 or 35.95% from 676); Green value is 207 (81.25% from 255 or 30.62% from 676); Blue value is 226 (88.67% from 255 or 33.43% from 676); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CFE2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3CFE2 is #0C301D. Grayscale: #DBDBDB. Windows color (decimal): -798750 or 14864371. OLE color: 14864371.

HSL color Cylindrical-coordinate representation of color #F3CFE2: hue angle of 328.33º degrees, saturation: 0.6, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #F3CFE2 is Cyan = 0, Magento = 0.15, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 207 226 -
CMYK 0 0.15 0.07 0.05
HSL 328.33º 0.6% 0.88% -
HSV(B) 328.33º 0.15% 0.95% -
XYZ 73 69.17 81.46 -
YUV 219.93 131.43 144.46 -
System Red Green Blue C M Y K H S L
Decimal 243 207 226 0 0.15 0.07 0.05 328.33 0.6 0.88
Hex F3 CF E2 0 F 7 5 148 3C 58
Octal 363 317 342 0 17 7 5 510 74 130
Binary 11110011 11001111 11100010 0 1111 111 101 101001000 111100 1011000

Color Harmonies of #F3CFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3CFE2

Black with #F3CFE2

Text Example


Text Example

White with #F3CFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3CFE2; }

 p { color: rgb(243,207,226); }

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

background-color css

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

 a { background-color: rgb(243,207,226); }

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

border-color css

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

 span { border-color: rgb(243,207,226); }

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